Skip to content

Conversation

@emilykl
Copy link
Contributor

@emilykl emilykl commented Jan 6, 2026

Closes #7683

This PR slightly modifies the default tickmode logic, such that tickmode defaults to 'sync' rather than 'auto' for overlaying axes. Motivation is explained in the linked issue.

Note: One case is excluded: When the overlaying axis is categorical (or multicategory), tickmode continues to default to 'auto' rather than 'sync', as 'sync' causes unexpected behavior with categorical axes and is probably never intended by the user.

@emilykl emilykl force-pushed the shared-axis-lines-default branch from e7ee5b3 to 2be45e2 Compare January 7, 2026 21:29
@emilykl emilykl force-pushed the shared-axis-lines-default branch from cb1bf35 to c4c70fd Compare January 19, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default gridline behavior for overlaid axes is ugly and hard to read

2 participants